home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / usr / sybase / doc / dbclose.man < prev    next >
Text File  |  1993-04-22  |  1KB  |  67 lines

  1.  
  2.   1                       Version 4.0 -- 5/1/89                  dbclose
  3.   ______________________________________________________________________
  4.  
  5.   NAME:  dbclose
  6.  
  7.   FUNCTION:
  8.        Close and de-allocate a single DBPROCESS structure.
  9.  
  10.   SYNTAX:
  11.        void dbclose(dbproc)
  12.  
  13.        DBPROCESS *dbproc;
  14.  
  15.   COMMENTS:
  16.  
  17.        o dbclose() is  the  inverse  of  dbopen().   It  cleans  up  any
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   dbclose                 Version 4.0 -- 5/1/89                        2
  25.   ______________________________________________________________________
  26.          activity  associated  with  one  DBPROCESS  structure  and  de-
  27.          allocates  the space.  It also closes the corresponding network
  28.          connection.
  29.  
  30.        o To close every open DBPROCESS structure, use dbexit() instead.
  31.        o Calling dbclose() with an argument not returned by dbopen()  is
  32.          sure to cause trouble.
  33.  
  34.   PARAMETERS:
  35.        dbproc -  A pointer to the DBPROCESS structure that provides  the
  36.            connection for a particular front-end/SQL Server process.  It
  37.            contains all the information that DB-Library uses  to  manage
  38.            communications and data between the front end and SQL Server.
  39.  
  40.   RETURNS:
  41.        None.
  42.  
  43.  
  44.  
  45.  
  46.   3                       Version 4.0 -- 5/1/89                  dbclose
  47.   ______________________________________________________________________
  48.  
  49.   SEE ALSO:
  50.        dbexit, dbopen
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.